Websydian v6.1 online documentationOnline documentation - Websydian v6.5

Action Diagram debugging does not work in WebsydianExpress

Severity Low
Product Websydian Express
Version v.3.0
Plex version 6.0
Platform Windows
Category Development
Problem Action diagram debugging does not work when running WebsydianExpress v. 3.0 with business processes developed using Plex v. 6.0.
Answer

WebsydianExpress is delivered with the Plex 6.1 runtime - as this should be compatible with both Plex 6.0 and 6.1 objects.

However, we have found that the action diagram debugger isn't triggered when executing dll's that has been built using Plex 6.0.

Workaround In your development environment, open the settings.cmd file found in the Application Services folder in you WebsydianExpress installation.

Find the line:

set PGM_PATH=%USR_PATH%;%APP_PATH%;%APP_PATH%\runtime

Replace %APP_PATH%\runtime with the path of your Plex 6.0\bin folder.

This means that WebsydianExpress will use the Plex 6.0 runtime instead of the delivered 6.1 runtime - and the action diagram debugging works.